home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TTIFOPTIONSDLG / TTIFOPTIONSDLG.txt
Text File  |  2001-10-17  |  2KB  |  83 lines

  1. object TIFOptionsDlg: TTIFOptionsDlg
  2.   Left = 205
  3.   Top = 61
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = ' Save as TIF options:'
  7.   ClientHeight = 159
  8.   ClientWidth = 196
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RadioGroup1: TRadioGroup
  19.     Left = 18
  20.     Top = 8
  21.     Width = 159
  22.     Height = 81
  23.     Caption = ' Compression: '
  24.     TabOrder = 0
  25.   end
  26.   object TiffImageText: TCheckBox
  27.     Left = 38
  28.     Top = 100
  29.     Width = 105
  30.     Height = 17
  31.     HelpContext = 115
  32.     Caption = 'Save image text'
  33.     TabOrder = 1
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 34
  37.     Top = 128
  38.     Width = 60
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 98
  47.     Top = 128
  48.     Width = 60
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 3
  53.   end
  54.   object PackBits: TRadioButton
  55.     Left = 32
  56.     Top = 28
  57.     Width = 73
  58.     Height = 17
  59.     HelpContext = 110
  60.     Caption = 'PackBits'
  61.     Checked = True
  62.     TabOrder = 4
  63.     TabStop = True
  64.   end
  65.   object NoCompression: TRadioButton
  66.     Left = 32
  67.     Top = 52
  68.     Width = 105
  69.     Height = 17
  70.     HelpContext = 111
  71.     Caption = 'No compression'
  72.     TabOrder = 5
  73.   end
  74.   object LZW: TRadioButton
  75.     Left = 32
  76.     Top = 70
  77.     Width = 57
  78.     Height = 17
  79.     Caption = 'LZW'
  80.     TabOrder = 6
  81.   end
  82. end
  83.